micro_utils.dokka
/
dev.inmo.micro_utils.common
/
[jvm]Either
jvm
android
common
Either
interface
Either
<
T1
,
T2
>
Content copied to clipboard
Realization of this interface will contains at least one not null -
t1
or
t2
Types
Properties
See also
Inheritors
See also
dev.
inmo.
micro_utils.
common.
Either
First
dev.
inmo.
micro_utils.
common.
Either
Second
Either.
Companion.
first
Either.
Companion.
second
Either.
onFirst
Either.
onSecond
Types
Companion
Link copied to clipboard
jvm
object
Companion
Content copied to clipboard
Properties
t1
Link copied to clipboard
jvm
abstract val
t1
:
T1
?
Content copied to clipboard
t2
Link copied to clipboard
jvm
abstract val
t2
:
T2
?
Content copied to clipboard
Inheritors
EitherFirst
Link copied to clipboard
EitherSecond
Link copied to clipboard